PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFFileAttachmentAnnotation Class / PDFFileAttachmentAnnotation Constructor / PDFFileAttachmentAnnotation Constructor(PDFCosDictionary)
The COS annotation.
In This Topic
    PDFFileAttachmentAnnotation Constructor(PDFCosDictionary)
    In This Topic
    Initializes a new PDFFileAttachmentAnnotation object with the specified COS annotation.
    Syntax
    public PDFFileAttachmentAnnotation( 
       PDFCosDictionary cosAnnotation
    )

    Parameters

    cosAnnotation
    The COS annotation.
    See Also